build: add gtkoverlaylayout.h to the list of public headers
authorCarlos Garcia Campos <cgarcia@igalia.com>
Wed, 27 May 2020 09:05:12 +0000 (11:05 +0200)
committerCarlos Garcia Campos <carlosgc@gnome.org>
Wed, 27 May 2020 09:13:02 +0000 (11:13 +0200)
GtkOverlayLayout is now public but the header is not installed.

gtk/meson.build

index 56fd8399d99751723cb2deac4b733e13d63271cb..9012ae1a5c8a20bfec382fc15c0a6fe9b99bd0cf 100644 (file)
@@ -534,6 +534,7 @@ gtk_public_headers = files([
   'gtknotebook.h',
   'gtkorientable.h',
   'gtkoverlay.h',
+  'gtkoverlaylayout.h',
   'gtkpadcontroller.h',
   'gtkpagesetup.h',
   'gtkpaned.h',